Câu ví dụ
- thêm câu ví dụ: 1 2
- Text to enter after the text variable.
Sau đó tiến hành lập nội dung cho Variable Text. - Notice that the code that we call references the variable text, which was a local variable of the function sayhello2().
Lưu ý rằng đoạn code trên tham chiếu tới biến text, là biến local của hàm sayHello2(). - Notice that the code that we call references the variable text, which was a local variable of the function sayHello2().
Lưu ý rằng đoạn code trên tham chiếu tới biến text, là biến local của hàm sayHello2(). - Looking at the output of say2.toString(), We can see that the code refers to the variable text.
Nhìn vào đầu ra của say2.toString(), chúng ta có thể thấy rằng mã đề cập đến biến text. - Looking at the output of say2.toString(), We can see that the code refers to the variable text.
Nhìn vào output của say2.toString(), chúng ta có thể thấy rằng đoạn code có tham chiếu tới biến text.